From 4e05a170d61bd2c0a44c5a0cf8bdb5f5872ae240 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Wed, 16 May 2018 10:59:56 +0300 Subject: [PATCH] Apparently spaces matter Signed-off-by: Jonathan Dieter --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index beee592..2f2245f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ shouldn't see any further changes, the API is still not fixed. Please do not use zchunk for any mission-critical systems yet.** -##Installation +## Installation To build and install zchunk, first install meson and run ``` meson build @@ -21,7 +21,7 @@ ninja sudo ninja install ``` -##Using the utilities +## Using the utilities To decompress a zchunk file, simply run: ``` unzck @@ -42,5 +42,5 @@ To read a zchunk header, run: zck_read_header ``` -##C API +## C API \#TODO -- 2.30.2